This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Dexter Nonnuader 12.Jan.04 12:42 PM a Web browser Domino Designer6.0.1 CF2Windows 2000
I have a form with a checkbox field, choice1. To generate the choices I use a DBLookup in the choice1-field:
@DbLookup("";@DbName;"pakketten";c_pakket_code_1;"p_verrichtingen").
I am doing a lookup in a view "pakketten", the keyword is a field on the current form (c_pakket_code) and I am getting the values of a field "p_verichtingen" on the document, found by the DbLookup.
This field is also a keyword-field with multiple values selected.
This works fine, the field choice1 on the current form gets the values, corresponding with the selected values in field p-verrichingen the second form.
But, in the current form, the values in the checkbox-field are not yet selected. This works as expected. But I want the choices in the field choice1 selected automaticcally when this field gets is values.
The question in short: I have a checkbox field with the choices generated by a formula. I want all the choices selected automaticcally by default.
How to do this?